home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / PMPSRC11.ZIP / NETROM.H < prev    next >
Text File  |  1990-05-05  |  358b  |  17 lines

  1. /*
  2.     netrom.h
  3.  
  4.     Definitions used w/ Net/Rom
  5.  
  6.     September, 1989
  7.     Andrew C. Payne
  8. */
  9.  
  10. /* ----- Structures ----- */
  11. struct nr_broadcast {            /* Net/Rom broadcast */
  12.     struct ax25_addr dest;        /* destination */
  13.     char         alias[6];    /* node identifier */
  14.     struct ax25_addr neighbor;    /* best neighbor */
  15.     byte         quality;    /* quality to this neighbor */
  16. };
  17.